type encoding/json.isZeroer
6 uses
encoding/json (current package)
encode.go#L1087: type isZeroer interface {
encode.go#L1091: var isZeroerType = reflect.TypeFor[isZeroer]()
encode.go#L1201: v.Interface().(isZeroer).IsZero()
encode.go#L1206: return v.IsNil() || v.Interface().(isZeroer).IsZero()
encode.go#L1210: return v.Interface().(isZeroer).IsZero()
encode.go#L1220: return v.Addr().Interface().(isZeroer).IsZero()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |